Add gtkorientableprivate.h header
authorMatthias Clasen <mclasen@redhat.com>
Sun, 30 Jan 2011 08:12:49 +0000 (03:12 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 30 Jan 2011 08:12:49 +0000 (03:12 -0500)
gtk/Makefile.am
gtk/gtkcellview.c
gtk/gtkgrid.c
gtk/gtkorientable.c
gtk/gtkorientable.h
gtk/gtkorientableprivate.h [new file with mode: 0644]
gtk/gtkprogressbar.c
gtk/gtkrange.c
gtk/gtkseparator.c
gtk/gtktoolpalette.c

index ab67aeed6e9ca067316c162f363d52d62f6d6699..366c7fec3ce79b5506a6254eff23f04343c13ed5 100644 (file)
@@ -406,6 +406,7 @@ gtk_private_h_sources =             \
        gtkmodifierstyle.h      \
        gtkmountoperationprivate.h \
        gtknumerableiconprivate.h \
+       gtkorientableprivate.h  \
        gtkpango.h              \
        gtkpathbar.h            \
        gtkprintoperation-private.h \
index beb7ebb2292e7827bec72c09a1f453580dadfb69..cd11aebcdb1154da29804a4ddeb507bf898e4d78 100644 (file)
@@ -26,7 +26,7 @@
 #include "gtkcellrenderertext.h"
 #include "gtkcellrendererpixbuf.h"
 #include "gtkprivate.h"
-#include "gtkorientable.h"
+#include "gtkorientableprivate.h"
 #include <gobject/gmarshal.h>
 #include "gtkbuildable.h"
 
index 9e1498d3e278c991fdb47abed3aec6716b657fe6..5639c2a7c0d7935497a0dba66a297d379878fa24 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "gtkgrid.h"
 
-#include "gtkorientable.h"
+#include "gtkorientableprivate.h"
 #include "gtksizerequest.h"
 #include "gtkprivate.h"
 #include "gtkintl.h"
index 81fcf6c384602e3e3469892ff9d60d95c3ddfb16..7a5038b491a88677fd4835d05a22b8205798332d 100644 (file)
@@ -23,7 +23,7 @@
 
 #include "config.h"
 
-#include "gtkorientable.h"
+#include "gtkorientableprivate.h"
 #include "gtkprivate.h"
 #include "gtktypebuiltins.h"
 #include "gtkintl.h"
index 63ca6e5cd55fc5cf5b7637ae84263715acf80168..fa2c85bf086d3fbdefa7a15d43ea3862ae489472 100644 (file)
@@ -55,9 +55,6 @@ void           gtk_orientable_set_orientation (GtkOrientable  *orientable,
                                                GtkOrientation  orientation);
 GtkOrientation gtk_orientable_get_orientation (GtkOrientable  *orientable);
 
-/* Private */
-void           _gtk_orientable_set_style_classes (GtkOrientable *orientable);
-
 G_END_DECLS
 
 #endif /* __GTK_ORIENTABLE_H__ */
diff --git a/gtk/gtkorientableprivate.h b/gtk/gtkorientableprivate.h
new file mode 100644 (file)
index 0000000..273fc10
--- /dev/null
@@ -0,0 +1,31 @@
+/* GTK - The GIMP Toolkit
+ * Copyright (C) 2011 Red Hat, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
+
+#ifndef __GTK_ORIENTABLE_PRIVATE_H__
+#define __GTK_ORIENTABLE_PRIVATE_H__
+
+#include "gtkorientable.h"
+
+G_BEGIN_DECLS
+
+void _gtk_orientable_set_style_classes (GtkOrientable *orientable);
+
+G_END_DECLS
+
+#endif /* __GTK_ORIENTABLE_H__ */
index 821cd8c6485d277545c23325790377771bd156ae..d97a81c0a0558eb9c49bfda1e25c9a948b0e222d 100644 (file)
@@ -29,7 +29,7 @@
 #include <string.h>
 
 #include "gtkprogressbar.h"
-#include "gtkorientable.h"
+#include "gtkorientableprivate.h"
 #include "gtkprivate.h"
 #include "gtkintl.h"
 
index 3981dcff748420e6f085bc262749940dfc5b4324..b1fc063c4507d9e7d9be2441528eb52e75f49daf 100644 (file)
@@ -32,7 +32,7 @@
 
 #include "gtkmainprivate.h"
 #include "gtkmarshalers.h"
-#include "gtkorientable.h"
+#include "gtkorientableprivate.h"
 #include "gtkrange.h"
 #include "gtkscale.h"
 #include "gtkscrollbar.h"
index fda69535eae7e976e65519d61e78107402fb7e1a..687139fd4a092894562b4d8f8aed375ef3a7c144 100644 (file)
@@ -26,7 +26,7 @@
 
 #include "config.h"
 
-#include "gtkorientable.h"
+#include "gtkorientableprivate.h"
 #include "gtkseparator.h"
 #include "gtkprivate.h"
 #include "gtkintl.h"
index ed3aed282db9cf40817770cd6efa01a7d04cb834..fea7bf1f5ce5af30ff37a7c9014a7dda8327da57 100644 (file)
@@ -29,6 +29,7 @@
 #include "gtktypebuiltins.h"
 #include "gtkprivate.h"
 #include "gtkscrollable.h"
+#include "gtkorientableprivate.h"
 #include "gtkintl.h"
 
 #define DEFAULT_ICON_SIZE       GTK_ICON_SIZE_SMALL_TOOLBAR